ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / OnClientRowEditEnded Property

In This Topic
    OnClientRowEditEnded Property (TransposedGrid<T>)
    In This Topic
    Occurs when a row edit has been committed or canceled.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientRowEditEnded As String
    public virtual string OnClientRowEditEnded {get; set;}
    See Also